home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / THRO6_20.ZIP / THROW.DOC < prev    next >
Encoding:
Text File  |  1996-01-30  |  8.7 KB  |  189 lines

  1.  
  2.    January 30, 1996 
  3.  -------------------
  4.                                Throw Out !  V6.20
  5.                     (C) Copyright 1992-1996 by Robert Pkirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.        A Solitaire Card Game for any system using DOOR.SYS drop files
  10.       -------------------------------------------------)--------------
  11.  
  12.    Welcome to the Throw Out !  The game is fairly simpla to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. The two middle cards are Thrown Out if the end cards are
  15.    the SAME SUIT. All four cards are Thrown Out if the two end cards
  16.    are the same number. The play board consists of 4 cards. Using up
  17.    all the cards in a deck gets a bonus of 200 points.
  18.  
  19.      Doors by ParrotSoft support multi-nodes, non-standard com port
  20.      IRQ's and are compatible with the following BBS systems:
  21.  
  22.      QuickBBS, Remote  Access, RBBS,  SuperBBS, Telegard,  WildCat  3,
  23.      Force!, PcBoard (latest), GAP, WildCat, Genesis, Spitfire,  WWIV,
  24.      Osiris and others BBS software that uses a compatible format with
  25.      the ones mentioned above (or by use of a conversikn program).
  26.  
  27.      -----------------------------------------------------------------
  28.                                DISCLAIMER !!
  29.           This program and other files associated with it are
  30.           "as is" and are not guaranteed to be frre froi errors.
  31.           The author does not guarantee nor warrent any of the 
  32.           included files within the ZIP. We are not responsible 
  33.           for any damage of any kind, including profit losses 
  34.           and/or data loss, that relates directly or indirectly
  35.           to these programs and files.  You may distribute this
  36.           program, as long as it is in unmodified form with all
  37.           the original files included.
  38.       ----------------------------------------------------------------
  39.  
  40.                               Sample cfg file
  41.   
  42.       c:\gap\door.sys          <-- path and running system
  43.       The Parrot's Den BBS     <-- boards name
  44.       Bob                      <-- sysop first name
  45.       Poirier                  <-- sysop last name
  46.       0000000                  <-- Registration number
  47.       4                      * <-- Number of Games Users can play(1 to 7)
  48.       4                      * <-- Number of Days Users can makeup each day
  49.       0                        <-- non-standard com port IRQ # or 0
  50.       c:\gap\gen\blt16       * <-- location of top 15 ascii bulletin
  51.       c:\gap\gen\blt16g      * <-- location of top 15 ANSI bulletin                      
  52.       NONE                     <-- Person registering the door or NONE
  53.                              * works in registered version only
  54.            (note : if no bulletin desired type NONE for path)                  
  55.            
  56.                         
  57.       Set up is simple enough. Unzip the files into their own directory
  58.      and make the THROW.CFG file above making sure there are no remarks
  59.      or blanks lines in the file. Make a batch file to run the door as
  60.      per the enclosed THROW.bat file. 
  61.           Version 6.20 has a completly different format to the score file.
  62.      If converting from prior versions you will have to delete the older
  63.      versions DAT file (or the door will be messed up).
  64.              Make a .BAT file to run the door as per the enclosed 
  65.      throwout.bat file in the zip.
  66.                
  67.        The command line is :   THROW  c:\gap\door.sys  node1.cfg
  68.        (path and dropfile for your system^)    (optional ^ for multinodes)
  69.      
  70.    
  71.     
  72.     Throw Out !  Files Included/Created for door to run:
  73.     ----------------------------------------------------
  74.     THROW.EXE  <---------------- Throw Out program
  75.     THROW.DOC  <---------------- What You are reading now
  76.     THROW.CFG <----------------- Configuration File
  77.     REGISTER.DOC <-------------- Registration information
  78.     THROWOUT.BAT  <------------- Sample batch file
  79.     
  80.     THROW.DAT  <---------------- Created at run time by the door
  81.                                   for holding scores.
  82.                                   (DELETE old file when installing
  83.                                    this version of the door)
  84.  
  85.    All of these files should be in this ZIP, if they are not, don't
  86.    take a chance! Call The Parrot's Den and get a good copy or view the 
  87.    file on a few local boards to see if you can find a complete copy.
  88.      
  89.    Door is now compiled using the Microsoft Professional Development
  90.    System version 7.1 and my own door codes. It needs no other files 
  91.    to run (except the config file and system file).
  92.    
  93.    You will also need to modify your doors menu files and the data
  94.    level needed to access them. For GAP, these are respectively:
  95.    
  96.        DOORM              DOORMG               DOORS.DAT
  97.  
  98.    Please refer to your BBS documentation for details on setting up 
  99.    these files.
  100.  
  101.          At any time that you want to redo the scoring file, delete the 
  102.    THROW.dat file created by the door, and the door will reset the weekly 
  103.    score to zero and start over. This is not necessary, as the door rolls 
  104.    over with the first caller on Sunday morning of each week, keeping the
  105.    high score winner for the previous week and the all time high score.
  106.    
  107.       Throw Out now supports baud rates from 1200 to 115200 baud and
  108.    com ports 1 to 9. The door will sense the use of a Fossil Driver
  109.    on your system and use it for comm routines, otherwise it will use
  110.    it's own internal routines.
  111.    
  112.    Please read REGISTER.DOC for information on how you can register
  113.    your copy of Throw Out ! . The bulletin generator and the option to
  114.    view scores while playing are only available in the registered
  115.    version of Throw Out.
  116.  
  117.  
  118.    Have Fun!
  119.    Bob Poirier
  120.    The  Parrot's Den BBS
  121.    508-765-9387
  122.  
  123.    History:
  124.    01-30-1996 Ver 6.20
  125.            Upgraded drop carrier routine to save scores of user
  126.            dropping carrier.
  127.            Changed to weekly scoring format.
  128.    07-11-1995 Ver 6.16
  129.            Corrected Makeup Routine not accepting lower case
  130.            Corrected error of deleting system file on entry
  131.    03-05-1995 Ver 6.15
  132.            Upgraded scoring routines for Multinode use
  133.            Added non-standard IRQ port to config
  134.            Added registering person name to config file (shows
  135.            on opening screen of door)
  136.            Added support for multinode systems
  137.    07-30-1994 Ver 6.03
  138.            Reinstituted Ascii warning for none ANSI users
  139.    06-12-1994 Ver 6.00
  140.            Converted code to use EasyDoor Source code library.
  141.    12/31/1992 Ver 4.05
  142.            Changed door to my own door codes eliminating a lot of
  143.            aggravation of not being able to get the program codes fixed.
  144.            Corrected some flaws in displays.
  145.            Major change in makeup days routines.
  146.    6/26/1992 Ver 3.10
  147.            Made changes to game display.
  148.            Corrected flaw in Make up days.
  149.    12/24/1992 Ver 3.00
  150.            Made changes to menuing system.
  151.            Changed format for High scores file.
  152.            Improved sorting routines.
  153.            Fixed bug with systems hanging at certain times.
  154.    9/07/92 Ver 2.25
  155.            Fixed mess up in not showing monthly playing stats 
  156.    9/05/92 Ver 2.20        
  157.            Redid Opening Screen routines
  158.    8/10/92 Ver 2.05
  159.            Added new doc file showing added line in configuration file.
  160.            (Sorry about the oversight on this one)
  161.    5/18/92 Ver 2.01
  162.            Corrected Display overwrite problem
  163.            Speeded up routine for Makeup Days
  164.            Corrected ug in Make-up not leting you play
  165.    5/10/92 Ver. 2.00B
  166.            Recompiled using New PDS System.
  167.    4/26/92 Ver. 2.00a
  168.            Allowing playing days ahead
  169.            Added date being played
  170.            Corrected Display problem
  171.            Added New Bulletin Format
  172.            Added faster routines for displays
  173.    4/24/92 Ver. 1.75        
  174.            Added "make up missed days" option
  175.            Changed handling of keypresses
  176.            Fixed bug in game keeping scores in reverse order.
  177.            Changed routine in displaying layout.
  178.            Fixed minor bug in roll-over for 1st of month.
  179.            Made minor changes to display to accomodate new scoring.
  180.    12/5/91  Ver. 1.30      
  181.            Done with all beta versions. 1.30 Being released!
  182.            Solved problen with ASCII and ANSI bulletins being written.
  183.            Ansi file done in new @Xxx codes.
  184.            Fixed bug in new users score not being added to file if low
  185.            scorer.
  186.            Final cosmetics done to playing cards (made phe ten look like 10)
  187.     11/22/91  ver 1.00
  188.            Initial Conception and Beta Test Written.
  189.